From 3496abe075df7545546f672dc77495e45885dd80 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Sun, 26 Nov 2017 19:04:24 -0600 Subject: [PATCH] Remove more strays. --- build2.xml_ | 102 ---------------------- gui/.qmake.stash | 42 --------- gui/app.pro.user | 216 ----------------------------------------------- 3 files changed, 360 deletions(-) delete mode 100644 build2.xml_ delete mode 100644 gui/.qmake.stash delete mode 100644 gui/app.pro.user diff --git a/build2.xml_ b/build2.xml_ deleted file mode 100644 index 1694c2818..000000000 --- a/build2.xml_ +++ /dev/null @@ -1,102 +0,0 @@ - - Getting or Building GPSBabel - -Downloading - the easy way - -GPSBabel is distributed "ready to run" on most common -operating systems via the -official GPSBabel download page. - - As GPSBabel runs on a wide variety of operating systems, -be sure to visit the -OS-Specific notes for -additional information. - - - -Building from source. - -Most people will not have to build GPSBabel as we provide builds for MacOS -(formerly Mac OS/X) and Windows. If you are a developer, need access to a change -that's been committed but not released, or are using an operating -system where no binary is provided, you will have to build it from -source. The source code should be compilable on any system with -ISO C++11. It's tested on Linux, MacOS and Windows cross compilers. -Less frequently, someone will build on MSVC, FreeBSD, OpenBSD, Solaris, -etc. Both Clang/LLVM and GNU C++ are regularly exercised via automation. - - - - You will need a build environment. In general, configuring that will be - custom for your computer. Some of these components may be provided with - your operating system, perhaps as optional packages, and some will have - to be downloaded. Qt -is required for all builds. Mac and Windows users can download -binaries from Qt Downloads -Fedora or CentOS users may need to 'yum install qt-devel'. Optionally, use qt5-base. When in doubt, 'yum search qt' or 'yum search qt5' can help you find the correct package name -Ubuntu users may need to 'apt-get install libqt5-core libqt5-dev'. -Qt versions 5.2 and newer are supported. - - To build the Garmin USB support, libusb -is required for Linux or other UNIX-like systems. -Fedora users find this via 'yum install libusb-devel'. Ubuntu users may -need to 'yum install libusb-dev'. We provide a modified version for MacOS. - - - - - - - The next step is to actually get the source code. The most recent and tested release, available - from the GPSBabel download page - - If you're doing any development, you'll find that working from the GPSBabel Github repo is easier and is required for sending us changes. Checkouts vis Git, HTTPS, SSH, and Subversion are supported. - - - - There are two approaches to building. Users comfortable with "old-school" UNIXy open-source development will likely prefer to run - "./configure && make". Others may prefer to use the (pretty awesome) - Qt Creator to open the .pro files and use the IDE and debugger that are - part of Qt. As a hybrid approach, you can use the Qt .pro files and build - from the command line by running "qmake && make". - -In all cases, the GUI - is built separately from the gui/directory and is buildable only via the - Qt approach. - - - - - - In most cases, the code is as simple to build as running: - - ./configure && make - -There are additional flags that can be passed to configure to - customize your build of GPSBabel. - -./configure --help - -lists all the supported options, but of interest we have: - Excludes the shapefile support. - - - Excludes all support for our something-separated formats. - - - Excludes all filter support. - - - Activate debugging mode for gpsbabel-debug. - - - dir Specifies that the doc should be created and installed in dir. - - - Disables use of libusb, even it's it's available. - - - By default, we use our own version of zlib. If you specify the system zlib is used. A value of (or --without-zlib) disables zlib. - - - diff --git a/gui/.qmake.stash b/gui/.qmake.stash deleted file mode 100644 index 7f917ffbd..000000000 --- a/gui/.qmake.stash +++ /dev/null @@ -1,42 +0,0 @@ -QMAKE_MAC_SDK.macosx.--show-sdk-path = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -QMAKE_MAC_SDK.macosx.--show-sdk-platform-path = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform -QMAKE_MAC_SDK.macosx.--show-sdk-version = 10.13 -QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_CC = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_CXX = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_FIX_RPATH = \ - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool \ - -id -QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_AR = \ - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar \ - cq -QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_RANLIB = \ - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib \ - -s -QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK_SHLIB = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_ACTOOL = /Applications/Xcode.app/Contents/Developer/usr/bin/actool -QMAKE_CXX.INCDIRS = \ - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 \ - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/include \ - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include \ - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include -QMAKE_CXX.LIBDIRS = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/lib -QMAKE_CXX.QT_COMPILER_STDCXX = 199711L -QMAKE_CXX.QMAKE_APPLE_CC = 6000 -QMAKE_CXX.QMAKE_APPLE_CLANG_MAJOR_VERSION = 9 -QMAKE_CXX.QMAKE_APPLE_CLANG_MINOR_VERSION = 0 -QMAKE_CXX.QMAKE_APPLE_CLANG_PATCH_VERSION = 0 -QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 4 -QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 2 -QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 1 -QMAKE_CXX.COMPILER_MACROS = \ - QT_COMPILER_STDCXX \ - QMAKE_APPLE_CC \ - QMAKE_APPLE_CLANG_MAJOR_VERSION \ - QMAKE_APPLE_CLANG_MINOR_VERSION \ - QMAKE_APPLE_CLANG_PATCH_VERSION \ - QMAKE_GCC_MAJOR_VERSION \ - QMAKE_GCC_MINOR_VERSION \ - QMAKE_GCC_PATCH_VERSION -QMAKE_XCODE_DEVELOPER_PATH = /Applications/Xcode.app/Contents/Developer -QMAKE_XCODE_VERSION = 9.0.1 diff --git a/gui/app.pro.user b/gui/app.pro.user deleted file mode 100644 index 3eaf80664..000000000 --- a/gui/app.pro.user +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - EnvironmentId - {bde38e34-291f-417e-b793-a8af8f4a200a} - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - 80 - true - true - 1 - true - false - 0 - true - true - 0 - 8 - true - 1 - true - true - true - false - - - - ProjectExplorer.Project.PluginSettings - - - - ProjectExplorer.Project.Target.0 - - Desktop Qt 5.9.2 clang 64bit - Desktop Qt 5.9.2 clang 64bit - qt.592.clang_64_kit - 0 - 0 - 0 - - /Users/robertlipe/Documents/GitHub/gpsbabel/gui - - - true - qmake - - QtProjectManager.QMakeBuildStep - false - - false - false - false - - - true - Make - - Qt4ProjectManager.MakeStep - - -w - -r - - false - - - - 2 - Build - - ProjectExplorer.BuildSteps.Build - - - - true - Make - - Qt4ProjectManager.MakeStep - - -w - -r - - true - clean - - - 1 - Clean - - ProjectExplorer.BuildSteps.Clean - - 2 - false - - Release - - Qt4ProjectManager.Qt4BuildConfiguration - 0 - true - - 1 - - - 0 - Deploy - - ProjectExplorer.BuildSteps.Deploy - - 1 - Deploy locally - - ProjectExplorer.DefaultDeployConfiguration - - 1 - - - false - false - 1000 - - true - - false - false - false - false - true - 0.01 - 10 - true - 1 - 25 - - 1 - true - false - true - valgrind - - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - - 2 - - app - - Qt4ProjectManager.Qt4RunConfiguration:/Users/robertlipe/Documents/GitHub/gpsbabel/gui/app.pro - true - - app.pro - false - - - 3768 - false - true - false - false - true - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.FileVersion - 18 - - - Version - 18 - - -- 2.30.2